Files
scully/src/test.cpp

10 lines
184 B
C++
Raw Normal View History

/* The scully programming language.
*
* Copyright (c) Peter Dahlberg, Markus Hauschild and Florian Sattler, 2013.
* Licensed under the GNU GPL v2.
*/
int main() {
return 0;
}