800a80b3f9
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5605 ea778897-0a13-0410-b9d1-a72fbfd435f5
10 lines
119 B
Vala
10 lines
119 B
Vala
{fileheader}
|
|
|
|
class {untitled} : GLib.Object {
|
|
|
|
public static int main(string[] args) {
|
|
|
|
return 0;
|
|
}
|
|
}
|