Commit 8925a076 authored by Sushant Mahajan's avatar Sushant Mahajan

removed useless file

parent d8b7f7a4
package main
import (
"fmt"
)
func main() {
var n int
fmt.Scanf("%d", &n)
buf := make([]byte, n)
buf[0] = 1
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment