mirror of https://github.com/xfarrow/lasd.git
5 lines
49 B
Bash
5 lines
49 B
Bash
|
|
||
|
#! /bin/bash
|
||
|
|
||
|
g++ -O3 -o main test.cpp main.cpp
|