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