Added data-structures-hw.yasnippet

This commit is contained in:
Andrew Scott 2022-04-02 17:12:17 -04:00
parent 8f772b083d
commit f2ebb1ce3a
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -0,0 +1,11 @@
# -*- mode: snippet -*-
# key : 261
# group: school
# name : data structures hw header
# --
# Name: $1
# OSU Email: $2
# Course: CS261 - Data Structures
# Assignment: $3
# Date: `(format-time-string "%Y-%m-%d")`$0
# Description: $4