readme.txt edited online with Bitbucket

This commit is contained in:
Armando Rivera 2013-11-07 01:09:46 +00:00
parent c3abc4f553
commit 6276bb7a01

View File

@ -1,4 +1,4 @@
Compile with: g++ demo.cpp -o demo (or if using clang, use clang++ demo.cpp -o demo) Compile with: g++ -Wall demo.cpp -o demo (or if using clang, use clang++ demo.cpp -o demo)
This is just a proof of concept of using a BASIC-like syntax to program C++. This is just a proof of concept of using a BASIC-like syntax to program C++.