Mark McGranaghan 8d31ec147c move to vendor
2012-11-17 08:21:42 -08:00

10 lines
130 B
SourcePawn

#include <sourcemod>
// Single line comment
/* Multi line
comment */
public OnPluginStart() {
PrintToServer("Hello.");
}