osascript (AppleScript from the command line), 40 3333 32 bytes
(read path to me)'s paragraphsparagraph 1
Executing on a file called a with osascript a.
Gets the first paragraph (line) of the file and prints it to STDOUT with a trailing newline, therefore the newline in the code.