mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-14 00:00:51 -05:00
11 lines
No EOL
231 B
Text
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 |