mirror of
https://github.com/xfarrow/lasd.git
synced 2025-02-21 06:30:37 +01:00
5 lines
49 B
Bash
5 lines
49 B
Bash
|
|
#! /bin/bash
|
|
|
|
g++ -O3 -o main test.cpp main.cpp
|