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