dotfiles/emacs.d/snippets/python-mode/data-structures-hw.yasnippet

11 lines
No EOL
231 B
Text

# -*- 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