This website requires JavaScript.
Explore
Help
Sign In
HybridDog
/
geany
Watch
1
Star
0
Fork
0
You've already forked geany
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
geany
/
data
/
templates
/
files
/
main.d
11 lines
75 B
D
Raw
Normal View
History
Unescape
Escape
Move filetype template defaults into custom file template files. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4273 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-09-30 17:40:10 +00:00
{
fileheader
}
import
std.stdio
;
Update the main.d template to use a more standard prototype for main()
2013-02-22 05:12:37 +04:00
int
main
(
string
[
]
args
)
Move filetype template defaults into custom file template files. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4273 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-09-30 17:40:10 +00:00
{
return
0
;
}
Reference in New Issue
Copy Permalink