Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Add SourcePawn/hello-world.sp
Browse files Browse the repository at this point in the history
  • Loading branch information
strafe committed Oct 12, 2018
1 parent d89d9d2 commit fd7ad59
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions SourcePawn/hello-world.sp
@@ -0,0 +1,9 @@
#pragma semicolon 1
#pragma newdecls required

#include <sourcemod>

public void OnPluginStart()
{
PrintToServer("Hello world!");
}

0 comments on commit fd7ad59

Please sign in to comment.